home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TALARMCLOCKADVSETUP / TALARMCLOCKADVSETUP.txt
Text File  |  2004-10-05  |  4KB  |  153 lines

  1. object AlarmClockAdvSetup: TAlarmClockAdvSetup
  2.   Left = 0
  3.   Top = 0
  4.   Width = 386
  5.   Height = 233
  6.   TabOrder = 0
  7.   object GroupBox_Application: TGroupBox
  8.     Left = 8
  9.     Top = 96
  10.     Width = 369
  11.     Height = 129
  12.     TabOrder = 3
  13.     object Label2: TLabel
  14.       Left = 16
  15.       Top = 24
  16.       Width = 114
  17.       Height = 13
  18.       Caption = 'Application or document'
  19.     end
  20.     object Label4: TLabel
  21.       Left = 264
  22.       Top = 72
  23.       Width = 68
  24.       Height = 13
  25.       Caption = 'Launch action'
  26.     end
  27.     object Label3: TLabel
  28.       Left = 16
  29.       Top = 72
  30.       Width = 91
  31.       Height = 13
  32.       Caption = 'Launch parameters'
  33.     end
  34.     object Edit_AppFilename: TEdit
  35.       Left = 16
  36.       Top = 40
  37.       Width = 241
  38.       Height = 21
  39.       TabOrder = 0
  40.       OnChange = Edit_AppFilenameChange
  41.     end
  42.     object Button_OpenApp: TButton
  43.       Left = 264
  44.       Top = 38
  45.       Width = 89
  46.       Height = 25
  47.       Caption = 'Open ...'
  48.       TabOrder = 1
  49.       OnClick = Button_OpenAppClick
  50.     end
  51.     object ComboBox_AppAction: TComboBox
  52.       Left = 264
  53.       Top = 88
  54.       Width = 89
  55.       Height = 21
  56.       Style = csDropDownList
  57.       ItemHeight = 13
  58.       TabOrder = 3
  59.       OnChange = ComboBox_AppActionChange
  60.       Items.Strings = (
  61.         'default'
  62.         'edit'
  63.         'explore'
  64.         'find'
  65.         'open'
  66.         'print')
  67.     end
  68.     object Edit_AppParameters: TEdit
  69.       Left = 16
  70.       Top = 88
  71.       Width = 241
  72.       Height = 21
  73.       TabOrder = 2
  74.       OnChange = Edit_AppParametersChange
  75.     end
  76.   end
  77.   object GroupBox_Sound: TGroupBox
  78.     Left = 8
  79.     Top = 8
  80.     Width = 369
  81.     Height = 81
  82.     TabOrder = 1
  83.     object Label1: TLabel
  84.       Left = 16
  85.       Top = 24
  86.       Width = 91
  87.       Height = 13
  88.       Caption = 'Media file or playlist'
  89.     end
  90.     object Edit_MediaFilename: TEdit
  91.       Left = 16
  92.       Top = 40
  93.       Width = 241
  94.       Height = 21
  95.       TabOrder = 0
  96.       OnChange = Edit_MediaFilenameChange
  97.     end
  98.     object Button_OpenSound: TButton
  99.       Left = 264
  100.       Top = 38
  101.       Width = 89
  102.       Height = 25
  103.       Caption = 'Open ...'
  104.       TabOrder = 1
  105.       OnClick = Button_OpenSoundClick
  106.     end
  107.   end
  108.   object CheckBox_PlaySound: TCheckBox
  109.     Left = 16
  110.     Top = 8
  111.     Width = 353
  112.     Height = 17
  113.     Caption = 
  114.       'Play sound (WAV-files independently or MPEG-files through Winamp' +
  115.       ' 2)'
  116.     Checked = True
  117.     State = cbChecked
  118.     TabOrder = 0
  119.     OnClick = CheckBox_PlaySoundClick
  120.   end
  121.   object CheckBox_LaunchFile: TCheckBox
  122.     Left = 16
  123.     Top = 96
  124.     Width = 81
  125.     Height = 17
  126.     Caption = 'Launch File'
  127.     Checked = True
  128.     State = cbChecked
  129.     TabOrder = 2
  130.     OnClick = CheckBox_LaunchFileClick
  131.   end
  132.   object OpenDialog_Sound: TOpenDialog
  133.     Filter = 
  134.       'MPEG Audio Files (*.mp3, *.mp2, *.mp1)|*.mp3;*.mp2;*.mp1|Playlis' +
  135.       't files (*.m3u, *.pls)|*.m3u;*.pls|Windows waveform (*.wav)|*.wa' +
  136.       'v|MIDI Files (*.mid, *.rmi, *.midi)|*.mid;*.rmi;*.midi|All files' +
  137.       ' (*.*)|*.*'
  138.     Left = 312
  139.     Top = 96
  140.   end
  141.   object OpenDialog_App: TOpenDialog
  142.     Filter = 
  143.       'Executable Modules (*.exe)|*.exe|MS Word Documents (*.doc)|*.doc' +
  144.       '|MS Excel Documents (*.xl, *.xls, *.xlt)|*.xl;*.xls;*.xlt|Text f' +
  145.       'iles (*.txt)|*.txt|HTML Documents (*.htm, *.html)|*.htm;*.html|I' +
  146.       'nternet Link (*.url)|*.url|Audio files|*.mp3;*.mp2;*.mp1;*.wav;*' +
  147.       '.voc;*.au;*.snd;*.aif;*.aiff;*.m3u;*.pls;*.cda;*.asx;*.wax;*.wma' +
  148.       '|All files (*.*)|*.*'
  149.     Left = 344
  150.     Top = 96
  151.   end
  152. end
  153.